
  
.words {
    color: #f4d03f;
    font-size: 0;
    line-height: 1.5;
}
  
.words span {
    font-size: 5rem;
    display: inline-block;
    animation: move 3s ease-in-out infinite;
}
.mdi {
    color: #fff ;
}
small.header_subtitle {
    font-size: small;
}
  .words span:nth-child(2) {
    animation-delay: 0.5s;
  }
  .words span:nth-child(3) {
    animation-delay: 1s;
  }
  
  .words span:nth-child(4) {
    animation-delay: 1.5s;
  }
  .words span:nth-child(5) {
    animation-delay: 2s;
  }
  .words span:nth-child(6) {
    animation-delay: 2.5s;
  }
  .words span:nth-child(7) {
    animation-delay: 3s;
  }
  .words span:nth-child(8) {
    animation-delay: 3.5s;
  }
  .words span:nth-child(9) {
    animation-delay: 4s;
  }
  .words span:nth-child(10) {
    animation-delay: 4.5s;
  }
  .text_content_index {
      margin: 0!important;
  }
  #ctc_id {
      display: none;
  }
  .draw_info {
      text-align: center;
      margin: 25px 0;
      padding: 25px 0;
      box-shadow : 0 0 5px 0 rgba(0, 0, 0, 0.2);
      border-radius : 10px;
  }

  .draw_cnt{
      border : 1px solid #e52020;
      width: 90%;
      margin: 10px auto;
      border-radius: 10px;
  }

  .cnt_hdr {
      background-color: #e52020;
      border-top-left-radius: 9px;
      border-top-right-radius: 9px;
      font-weight: bolder;
      color : white;
      padding: 10px 0;
  }

  .cnt_cnt_row{
    width: 100%;
    display: flex;
    flex-direction: row;
    padding:10px;
    align-items: center;
  }

  .cnt_cnt .cnt_cnt_row:nth-child(odd){
      background: rgba(0,0,0,.05);
  }

  .cnt_cnt_hdr {
      flex : 1;
      text-align: left;
      color : rgba(0, 0, 0, 0.75);
      font-size: 14pt;
      font-weight: bold;
  }
  .cnt_cnt_cnt {
      color : #e52020;
      font-size: 20pt;
      font-weight: bolder;
  }

  .more_button{
      background-color: #e52020;
      border-radius: 10px;
      padding : 10px 20px;
      box-shadow: 0px 2px 5px 0 rgba(0,0,0,.3) !important;
      color : white;
  }

  .more_button:hover{
        background-color: #8c0e0f;
        color: white;
    }

  .livedraw-cd {
      margin: 15px auto;
      width: 60%;
      background-image: linear-gradient(
        to right,
        #e00000 0%,
        rgb(237, 84, 84) 45%,
        rgb(225, 121, 121) 50%,
        rgb(231, 71, 71) 65%,
        #e60606 100%
    );
  }

  .livedraw-banner{
    margin: 15px auto;
    width: 60%;
    background-image: linear-gradient(
        to right,
        #6e553a 0,
        #cb9b51 22%,
        #f6e27a 45%,
        #f6f2c0 50%,
        #f6e27a 55%,
        #cb9b51 78%,
        #6e553a 100%
    );
    color : #331c00;
    padding : 15px 0;
    font-weight: bolder;
    font-size: 20pt;
  }

  #hour, #minute, #second {
      display: inline-block;
      margin: 0;
      color: #fff;
      font-weight: bold;
      font-size: 20pt;
      padding: 15px 0;
      text-shadow: 2px 2px 5px #000;
  }
  .section {
      overflow-x: scroll;
  }
  .section::-webkit-scrollbar {
      display: none;
  }
#last_result_page{
    width: 100%;
}
#last_result_page .table{
    text-align: center;
}
.table thead tr th,.table tbody tr td{
    background-color: transparent;
    vertical-align: middle;
}
.modal-content {
    background-color: #ffffff;
    text-align: center;
}
.modal-header{
    background-color: #e52020;
    color: white;
}
.modal-body{
    padding: none !important;
}
.btn_detail {
    background-color: #041b29;
    border: 1px solid #f4d03f;
    color: #fff;
}
.ld_border_left, .ld_border_right, #livedraw_page .section_title h3 {
    display: inline-block;
    width: 150px;
    margin-bottom: 25px;
}
.section_title h3 {
    vertical-align: middle;
    color : #e52020;
}
#livedraw_page {
    width: 100%;
}
.livedraw_table {
    text-align: center;
}
.ld_cnt_header {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 15px;
    background-color: #000;
    padding: 5px 0;
}

.ld_cnt_cnt{
    color: #e52020;
    font-weight: bolder;
    font-size: 30pt !important;
}

.livedraw_table .col-lg-4 {
    margin: 10px auto;
}
.services_content h5 {
    color: #000;
}
.accordion-menu {
	display: inline-block;
	margin: 50px 0;
	max-width: 100%;
    padding: 10px 20px 20px;
	border-radius: 5px;
}
.accordion-menu h2 {
	font-size: 18px;
	line-height: 34px;
	font-weight: bolder;
	letter-spacing: 1px;
	display: block;
	margin: 0;
    cursor: pointer;
    color: #e52020;
}
.accordion-menu p {
	color: rgba(0, 0, 0, 0.75);
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 1px;
	position: relative;
	overflow: hidden;
	max-height: 800px;
	opacity: 1;
	transform: translate(0, 0);
	margin-top: 14px;
    padding: 20px;
	z-index: 2;
}
.accordion-menu ul {
	list-style: none;
	perspective: 900;
	padding: 0 20px 10px;
    margin: 0;
    /* background-color: #fff; */
	border-radius: 5px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 
	0 4px 4px 0 rgba(255, 255, 255, 0.19);
}
.accordion-menu ul li {
	position: relative;
	padding: 0;
	margin: 0;
	padding-bottom: 4px;
	padding-top: 18px;
    border-top: 1px dotted #dce7eb;
}

.accordion-menu ul li:nth-child(1){ border:none; }
.accordion-menu ul li:nth-of-type(1) { animation-delay: 0.5s; }
.accordion-menu ul li:nth-of-type(2) { animation-delay: 1s; }
.accordion-menu ul li:nth-of-type(3) { animation-delay: 1.5s; }
.accordion-menu ul li:nth-of-type(4) { animation-delay: 2s; }
.accordion-menu ul li:nth-of-type(5) { animation-delay: 2.5s; }
.accordion-menu ul li:nth-of-type(6) { animation-delay: 3s; }
.accordion-menu ul li:nth-of-type(7) { animation-delay: 3.5s; }
.accordion-menu ul li:nth-of-type(8) { animation-delay: 4s; }
.accordion-menu ul li:nth-of-type(9) { animation-delay: 4.5s; }
.accordion-menu ul li:nth-of-type(10) { animation-delay: 5s; }
.accordion-menu ul li:last-of-type { padding-bottom: 0; }

.accordion-menu ul li .arrow {
	position: absolute;
	transform: translate(-6px, 0);
	margin-top: 16px;
	right: 0;
}
.accordion-menu ul li .fas{
	color:#930505;
	font-size: 15px;
	margin-right: 10px;
}
.accordion-menu ul li .arrow:before, ul li .arrow:after {
	content: "";
	position: absolute;
	background-color: #930505;
	width: 3px;
	height: 9px;
}
.accordion-menu ul li .arrow:before {
	transform: translate(-2px, 0) rotate(45deg);
}
.accordion-menu ul li .arrow:after {
	transform: translate(2px, 0) rotate(-45deg);
}
.accordion-menu ul li input[type=checkbox] {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
    z-index: 1;    
    opacity: 0;
}
.accordion-menu ul li input[type=checkbox]:checked ~ p {
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	transform: translate(0, 50%);
}
.accordion-menu ul li input[type=checkbox]:checked ~ .arrow:before {
	transform: translate(2px, 0) rotate(45deg);
}
.accordion-menu ul li input[type=checkbox]:checked ~ .arrow:after {
	transform: translate(-2px, 0) rotate(-45deg);
}
.transition, p, ul li .arrow:before, ul li .arrow:after {
	transition: all 0.25s ease-in-out;
}

.flipIn, h1, ul li {
	animation: flipdown 0.5s ease both;
}
.no-select, h2 {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	user-select: none;
}
#about_id {
    display: none;
}
#faq_id {
    display: none;
}
.page-link {
    background-color: #e52020!important;
    color: #fff!important;
}
.page-item.active .page-link {
    color: rgb(9, 20, 119)!important;
}
.page-item.disabled .page-link {
    background-color: #dce7eb!important;
}
@keyframes flipdown {
	0% {
		opacity: 0;
		transform-origin: top center;
		transform: rotateX(-90deg);
	}

	5% { opacity: 1; }

	80% { transform: rotateX(8deg); }

	83% { transform: rotateX(6deg); }

	92% { transform: rotateX(-3deg); }

	100% {
		transform-origin: top center;
		transform: rotateX(0deg);
	}
}
  @keyframes move {
    0% {
      transform: translate(-30%, 0);
    }
    50% {
      text-shadow: 0 25px 50px rgba(0, 0, 0, 0.75);
    }
    100% {
      transform: translate(30%, 0);
    }
}
@keyframes blink_border {
    20% {
        border: 2px dashed #f1d460;
    }
    80% {
        border: 2px dashed #8c0e0f;
    }
}